Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.user.center.profile.theme--pages

This contribution is part of XML component org.nuxeo.ecm.user.center.profile.theme inside nuxeo-user-profile-jsf-9.10.jar /OSGI-INF/theme-contrib.xml

Extension Point

Extension point pages of component service.

Contributed Items

  • <themePage name="userCenter/default">
          <resources append="true">
            <resource>user_profile.scss</resource>
          </resources>
        </themePage>
  • <themePage name="admin/default">
          <resources append="true">
            <resource>user_profile.scss</resource>
          </resources>
        </themePage>

XML Source

<extension point="pages" target="org.nuxeo.theme.styling.service">

    <themePage name="userCenter/default">
      <resources append="true">
        <resource>user_profile.scss</resource>
      </resources>
    </themePage>
    <themePage name="admin/default">
      <resources append="true">
        <resource>user_profile.scss</resource>
      </resources>
    </themePage>

  </extension>